linux delete content of folder

164

linux remove folder and all his content -

rm -rf /path/to/directory

linux remove folder and all his content -

rm -rf /path/to/directory/*

linux remove folder and all his content -

rm -rf /path/to/directory/{*,.*}

Comments

Submit
0 Comments